home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gnusoft.txt < prev    next >
Text File  |  1993-07-18  |  5KB  |  124 lines

  1. -*- text -*-
  2.           Getting GNU Software, 21 Mar 93
  3. Copyright (C) 1986, 1987, 1988, 1989, 1990, 1992, 1993 Free Software Foundation, Inc.
  4.  
  5.  
  6.     Permission is granted to anyone to make or distribute verbatim
  7.     copies of this document provided that the copyright notice and
  8.     this permission notice are preserved.
  9.  
  10. * GNU and the Free Software Foundation
  11.  
  12. Project GNU is organized as part of the Free Software Foundation, Inc.
  13. The Free Software Foundation has the following goals: 1) to create GNU
  14. as a full development/operating system.  2) to distribute GNU and
  15. other useful software with source code and permission to copy and
  16. redistribute.
  17.  
  18. Further information on the rationale for GNU is in file
  19. `/pub/gnu/GNUinfo/GNU' (all files referred to are on the Internet host
  20. prep.ai.mit.edu).
  21.  
  22. Information on GNU Internet mailing lists and gnUSENET newsgroups can
  23. be found in `/pub/gnu/GNUinfo/MAILINGLISTS'.
  24.  
  25. * How To Get The Software
  26.  
  27. The easiest way to get a copy of the distribution is from someone else
  28. who has it.  You need not ask for permission to do so, or tell any one
  29. else; just copy it.  The second easiest is to ftp it over the
  30. Internet.  The third easiest way is to uucp it.  Ftp and uucp
  31. information is in `/pub/gnu/GNUinfo/FTP'.
  32.  
  33. If you cannot get a copy any of these ways, or if you would feel more
  34. confident getting copies straight from us, or if you would like to get
  35. some funds to us to help in our efforts, you can order one from the
  36. Free Software Foundation.  See `/pub/gnu/GNUinfo/DISTRIB' and
  37. `/pub/gnu/GNUinfo/ORDERS'.
  38.  
  39. * What format are the *.gz files in?
  40.  
  41. Because the unix `compress' utility is patented (by two separate
  42. patents, in fact), we cannot use it; it's not free software.
  43.  
  44. Therefore, the GNU Project has chosen a new compression utility,
  45. `gzip', which is free of any known software patents and which tends to
  46. compress better anyway.  As of March 1993, all compressed files in the
  47. GNU anonymous FTP area, `prep.ai.mit.edu:/pub/gnu', have been
  48. converted to the new format.  Files compressed with this new
  49. compression program end in `.gz' (as opposed to `compress'-compressed
  50. files, which end in `.Z').
  51.  
  52. Gzip can uncompress `compress'-compressed files and `pack' files
  53. (which end in `.z').  This is possible because the various
  54. decompression algorithms are not patented---only compression is.
  55.  
  56. The gzip program is available from any GNU mirror site in shar, tar,
  57. or gzipped tar format (for those who already have a prior version of
  58. gzip and want faster data transmission).  It works on virtually every
  59. unix system, MSDOS, OS/2, and VMS.
  60.  
  61. * Available Software
  62.  
  63. ** GNU Emacs
  64.  
  65. The GNU Emacs distribution includes:     
  66.     - manual source in TeX format.
  67.     - an enhanced regex (regular expression) library.
  68.  
  69. See `/pub/gnu/GNUinfo/MACHINES' for the status of porting Emacs to
  70. various machines and operating systems.
  71.  
  72. ** C Scheme - a block structured dialect of LISP.
  73.  
  74. The Free Software Foundation distributes C Scheme for the MIT Scheme
  75. Project on it tapes.  A partial ftp distribution can be found on
  76. prep.ai.mit.edu.  The full ftp distribution can be found on
  77. zurich.ai.mit.edu.
  78.  
  79. Problems with the C Scheme distribution and its ftp distribution
  80. should be referred to: <bug-cscheme@martigny.ai.mit.edu>.  There are
  81. two general mailing lists: <info-cscheme@martigny.ai.mit.edu>and
  82. <scheme@mc.lcs.mit.edu>.  Send requests to join either list to:
  83. <info-cscheme-request@martigny.ai.mit.edu> or
  84. <scheme-request@mc.lcs.mit.edu>.
  85.  
  86. ** Other GNU Software
  87.  
  88. A full list of available software are in `/pub/gnu/GNUinfo/ORDERS' and
  89. `/pub/gnu/GNUinfo/DESCRIPTIONS'.
  90.  
  91. ** Where is the documentation?
  92.  
  93. If documentation exists, it is inside each program's source code
  94. distribution.  Instructions on installing a program are often in files
  95. name "README" and "INSTALL".  Manuals and on-line documentations are
  96. written in GNU's texinfo format and are found in files ending with
  97. ".texi" or ".texinfo".  Reference cards are usually written in TeX,
  98. and TeX files end in ".tex".  Unix style man pages only exist, when
  99. volunteers supply them (the GNU Project finds the texinfo format to
  100. be superior).  Man page files usually end in a single digit.
  101.  
  102. * No Warranties
  103.  
  104. We distribute software in the hope that it will be useful, but without
  105. any warranty.  No author or distributor of this software accepts
  106. responsibility to anyone for the consequences of using it or for
  107. whether it serves any particular purpose or works at all, unless he
  108. says so in writing.
  109.  
  110. * If You Like The Software
  111.  
  112. If you like the software developed and distributed by the Free
  113. Software Foundation, please express your satisfaction with a donation.
  114. Your donations will help to support the foundation and make our future
  115. efforts successful, including a complete development and operating
  116. system, called GNU (Gnu's Not Un*x), which will run Un*x user
  117. programs.  Please note that donations and funds raise by selling
  118. tapes, cd-roms, and floppy diskettes are the major source of funding
  119. for our work.
  120.  
  121. For more information on GNU and the Foundation, contact us at Internet
  122. address <gnu@prep.ai.mit.edu> or the foundation's US Mail address
  123. found in file `/pub/gnu/GNUinfo/DISTRIB'.
  124.